home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 2 / Macwelt DVD 2.cdr / System / Entwickler-Tools / macosx / F-Script 1.2 / F-Script.app / Contents / Resources / FindPanel.nib / classes.nib next >
Encoding:
Text File  |  2002-03-24  |  864 b   |  28 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = ResponderText; LANGUAGE = ObjC; SUPERCLASS = NSCStringText; }, 
  5.         {
  6.             ACTIONS = {
  7.                 findNext = id; 
  8.                 findNextAndOrderFindPanelOut = id; 
  9.                 findPrevious = id; 
  10.                 replace = id; 
  11.                 replaceAll = id; 
  12.                 replaceAndFind = id; 
  13.             }; 
  14.             CLASS = TextFinder; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {
  17.                 findNextButton = id; 
  18.                 findTextField = id; 
  19.                 ignoreCaseButton = id; 
  20.                 replaceAllScopeMatrix = id; 
  21.                 replaceTextField = id; 
  22.                 statusField = id; 
  23.             }; 
  24.             SUPERCLASS = NSObject; 
  25.         }
  26.     ); 
  27.     IBVersion = 1; 
  28. }